runtime.gcControllerState.gcPercent (field)
7 uses
runtime (current package)
metrics.go#L288: out.scalar = uint64(gcController.gcPercent.Load())
mgc.go#L582: if gcController.gcPercent.Load() < 0 {
mgcpacer.go#L92: gcPercent atomic.Int32
mgcpacer.go#L491: gcPercent := c.gcPercent.Load()
mgcpacer.go#L1203: if gcPercent := c.gcPercent.Load(); gcPercent >= 0 {
mgcpacer.go#L1248: out := c.gcPercent.Load()
mgcpacer.go#L1253: c.gcPercent.Store(in)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |